VxSetVar
Set the value of a variable associated with the specified widget
Syntax
VxSetVar widgetName varName value
Description
Sets the value of a variable and associates that variable
with the specified widget. This is used to store information relevant
to the widget (rather than setting a global variable). Returns the variable's name.
Arguments
- widgetName
- The name of the widget that the variable is associated with.
- varName
- The name of the variable. May be a scalar or array reference.
- value
- The value assigned to the variable.
See also VxGetVar.